home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / nb32164.zip / NEWSBIN.FAQ < prev    next >
Text File  |  1995-12-15  |  4KB  |  77 lines

  1. Here are some answers to commonly asked questions about NewsBin
  2.  
  3. 1) What operating systems does NewsBin work with?
  4.  
  5. NewsBin will work with Windows NT and Windows 95 only. It's not
  6. compatible with any 16 bit version of windows because it is a true
  7. 32 bit Multithreaded application. A 16bit version of NewsBin is in the
  8. works.
  9.  
  10. 2) Will NewsBin work with Trumpet under Windows 95.
  11.  
  12. Probably not. While Trumpet and 16 bit applications work under 95,
  13. Trumpet and 32 bit applications don't. This is true because the 16 bit
  14. apps use WINSOCK.DLL (supplied by Trumpet and all other 16bit protocol
  15. stacks) for accessing the protocol stack while 32 Bit apps
  16. use WSOCK32.DLL. Now the protocol stack for Windows 95 comes with it's
  17. own WINSOCK.DLL in order to be backwards compatible with 16 bit applications.
  18. This DLL thunks (translates) socket calls to the 32bit WSOCK32.DLL.
  19.  
  20. 3) Why the hell are non files being downloaded or offered for download
  21. during automatic and manual downloads?
  22.  
  23. NewsBin parses the subject field when trying to group records into
  24. files. In order to play it safe and get as many files as possible, NewsBin
  25. will sometimes error on the liberal side. It will try to download any
  26. record that isn't an RE: and doesn't have an obvious file identifier
  27. like "work.zip [1/1]".
  28.  
  29.  
  30. 4) What order are the groups and servers checked.
  31.  
  32.     The groups and servers are checked in the numerical order in which they
  33. appear in the INI. You can reorder them in the INI file as long as
  34. the lists are keep in contiguous numerical order.
  35.  
  36.  
  37. 4) Why are groups and servers listed using numbers. Why not just have a group
  38. marker and read them all in at once.
  39.  
  40. If someone will show me how to do this under windows using the
  41. PrivateProfileString functions then I'll change Newsbin.
  42.  
  43.  
  44. 5) If I download from multiple servers, how will it effect the number of the
  45. last record downloaded.
  46.  
  47. Basically, while downloading from multiple servers works great, it tends
  48. to screw up the way NewsBin calculates which records it has already downloaded.
  49. The only solution is to have a list of groups per server. Well I haven't
  50. gotten there yet.
  51.  
  52. 6) How many records in a group can NewsBin keep track of?
  53.  
  54. NewsBin Rev 1.5 could track only 1200 records that it believes are
  55. files. If this number is exceeded, it will crash. Rev 1.6 and above is
  56. limited only by the amount of RAM in the system. Because 1.6 downloads
  57. files on the fly now instead of after downloading the entire group, the
  58. total number of records is extremely high. It only stores those
  59. multipart files that haven't been downloaded yet.
  60.  
  61. 7) Why is NewsBin crashing under Win95 when I leave it running for a long time.
  62.  
  63. I've had reliable reports that if you leave the screen saver on under win95
  64. it will kill NewsBin when it activates itself. I haven't been able to recreate
  65. this event. If I figure out whats going on I'll release a bug fix.
  66.  
  67. 8) What the hell was up with Version 1.61?
  68.  
  69.     Win95 isn't WinNT. Through some extensive testing, it's become clear
  70. that Win95 isn't as reliable or fast as WinNT. There is a serious bug in
  71. 95 which causes the whole system to crash. If a programmer uses the
  72. shutdown() function to try to rapidly close a socket, it often results
  73. in a crash in Win95. This isn't just a GP fault. It usually causes the
  74. entire windows Kernel to crash in one of the VXD's. Because of a
  75. bonehead on my part, NewsBin 1.61 was released using shutdown. You
  76. should upgrade to 1.62 whenever possible.
  77.